Click or drag to resize

Account Class

Specifies account settings for the user or contains error responses.
Inheritance Hierarchy
SystemObject
  Independentsoft.Exchange.AutodiscoverAccount

Namespace:  Independentsoft.Exchange.Autodiscover
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class Account

The Account type exposes the following members.

Constructors
  NameDescription
Public methodAccount
Initializes a new instance of the Account class.
Top
Properties
  NameDescription
Public propertyAction
Provides information that is used to determine whether another Autodiscover request is required to return the user configuration information.
Public propertyError
Contains an Autodiscover error response.
Public propertyExchangeProtocol
Contains the specifications for connecting a client to the Client Access server.
Public propertyExchangeProxyProtocol
Contains protocol that is used to connect to the server is Exchange RPC over HTTP, using an RPC proxy server.
Public propertyImagePath
Contains the path of an image that is used to brand the configuration experience.
Public propertyRedirectEmailAddress
Specifies the e-mail address that should be used for a subsequent Autodiscover request.
Public propertyRedirectUrl
Contains the URL of the computer that is running Microsoft Exchange Server that has the Client Access server role installed that should be used to obtain Autodiscover settings.
Public propertyServiceHomeUrl
Contains the URL of the home page of the Internet service provider (ISP).
Public propertyType
Represents the account type.
Public propertyWebProtocol
Gets the web protocol.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also